drawLine

Draws a line from (x1, y1) to (x2, y2)

version(none)
extern (System) __gshared
void function(int x1, int y1, int x2, int y2, in HipColor color = HipColor.no) drawLine;

Meta